View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Store / NotifyPropertyChanged(string) Method

Notifies that a property was changed.

This is a protected method.

protected void NotifyPropertyChanged([CallerMemberName] string propertyName = null)

Parameters

Remarks

This method is not available for .NET Framework 2.0, .NET Framework 3.0, .NET Framework 3.5 and .NET Framework 4.0 builds.

See Also